AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de Windows / Funciones varias de WINDEV
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
LargeFontFactor (Function)
In french: FacteurGrandePolice
Returns the current enlargement ratio of a WINDEV window (only if Windows is in "large fonts" mode).
WEBDEV - Server codeWindows This function is available only to simplify the Webification of WINDEV projects.
Example
// Enlarge the "EDT_CustomerName" edit control
// according to the enlargement ratio of the window
EDT_CustomerName.X = EDT_CustomerName.X * LargeFontFactor()
EDT_CustomerName.Width = EDT_CustomerName.Width * LargeFontFactor()
Syntax
<Result> = LargeFontFactor([<Window used>])
<Result>: Real
  • Current enlargement ratio of the specified window.
  • 1 if:
    • Windows is not in "large fonts" mode,
    • the window is not enlarged in large fonts.
  • 0 if an error occurs.
WEBDEV - Server code This parameter always corresponds to 1.
<Window used>: Optional window name
Name of the window to be used. If this parameter is not specified, the current window will be handled.
Component: wd290obj.dll
Versión mínima requerida
  • Versión 9
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local